home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 272_01 / sound.doc < prev    next >
Text File  |  1986-09-23  |  591b  |  39 lines

  1.  
  2.  
  3.        NAME
  4.                soundon -- turn on the speaker
  5.                soundoff -- turn off the speaker
  6.  
  7.        SYNOPSIS
  8.                void soundon();
  9.                void soundoff();
  10.  
  11.  
  12.  
  13.        DESCRIPTION
  14.        These are very low level functions to manipulate the speaker
  15.        port control.  It may be used with any function, but was developed
  16.        for use with the mktone() function.  Timer values should be set
  17.        before turning the speaker on.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.        This function is found in SMDLx.LIB for the Datalight Compiler.
  39.